home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1256 / commconv.h_ / commconv.h
C/C++ Source or Header  |  1997-04-18  |  522b  |  24 lines

  1. /* EasyCODE(C++) V5.1 03.03.1995 11:05:34 */
  2. /* EasyCODE O
  3. If=vertical
  4. LevelNumbers=no
  5. LineNumbers=no
  6. ScreenFont=Courier New,,80,9220,-11,0,400,0,0,0,0,0,0,3,2,1,49
  7. PrinterFont=Courier New,,80,17414,-34,0,400,0,0,0,0,0,0,3,2,1,49
  8. LastLevelId=1 */
  9.  
  10. /* EasyCODE ( 1
  11.    Header file */
  12. #include "conv.h"
  13. #include "convio.h"
  14.  
  15. char i_buf[I_BUFSIZE];
  16. BOOL bInLineComment;
  17. BOOL bInBlockComment;
  18. char cInString;
  19. int  bufPos, line_nr;
  20.  
  21. char CommentGetChar();
  22. void CommentConv( FILE* stream);
  23. /* EasyCODE ) */
  24.